InAppConfig

constructor(optOutActivities: Set<Class<*>>?)

Since

13.00.03

Parameters

optOutActivities

Set of Class instances for Activities on which in-app should not be shown.


constructor(isAdditionalActivityEnabled: Boolean)

Since

13.00.03

Parameters

isAdditionalActivityEnabled

If true, SDK does not directly attach the in-app to the application's activity. The default value of this flag is false.


constructor(optOutActivities: Set<Class<*>>?, isShowInAppInNewActivityEnabled: Boolean)

InApp Configuration Object with optOutActivities and isShowInAppInNewActivityEnabled

Parameters

optOutActivities

Set of Class instances for Activities on which in-app should not be shown.

isShowInAppInNewActivityEnabled

If true, SDK does not directly attach the in-app to the application's activity. The default value of this flag is false.